####################################################################################################
#   ________       __          ________                          ___ ___                __    
#  /  _____/______|__| _____   \______ \ _____ __  _  ______    /   |   \  ____   ____ |  | __
# /   \  __\_  __ \  |/     \   |    |  \\__  \\ \/ \/ /    \  /    ~    \/  _ \ /  _ \|  |/ /
# \    \_\  \  | \/  |  | |  \  |    `   \/ __ \\     /   |  \ \    Y    (  <_> |  <_> )    < 
#  \______  /__|  |__|__|_|  / /_______  (____  /\/\_/|___|  /  \___|_  / \____/ \____/|__|_ \
#         \/               \/          \/     \/           \/         \/                    \/
#     
#     Grim Dawn Hook (c) 2015 atom0s [atom0s@live.com]
#
# ----------------------------------------------------------------------------------------------------
#
# Grim Dawn Lua Hook Default Script
#
# This script is automatically executed when GDHOOK is loaded. 
#
# Commands
#   Any command that can be processed by the console of GDHOOK can be used in scripts.
#   Commands typically start with /.
#
# Comments
#   Comments are lines that are not processed and are ignored.
#   Comments can start with either # or //
#
####################################################################################################

####################################################################################################
# Load Default Plugins
####################################################################################################

/load Addons
/load Screenshot

####################################################################################################
# Bind Default Keys
####################################################################################################

/bind ` /toggleconsole
/bind SYSRQ /screenshot hide

####################################################################################################

/cecho 255 175 255 0 [Script] Default.txt was executed!
